projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cab10b7
)
(struct process): New field tty_name.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Sep 1994 20:11:07 +0000
(20:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Sep 1994 20:11:07 +0000
(20:11 +0000)
src/process.h
patch
|
blob
|
history
diff --git
a/src/process.h
b/src/process.h
index eeb70d01e704116d9e1463544bd1aa3cd33506dc..fa20f6d765adb6d98dec05a76634d4002f9064e7 100644
(file)
--- a/
src/process.h
+++ b/
src/process.h
@@
-34,6
+34,8
@@
struct Lisp_Process
/* Descriptor for the tty which this process is using.
nil if we didn't record it (on some systems, there's no need). */
Lisp_Object subtty;
+ /* Name of subprocess terminal. */
+ Lisp_Object tty_name;
/* Name of this process */
Lisp_Object name;
/* List of command arguments that this process was run with */